home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 May / cd joy 71No13.iso / pc / demos / eurosoc / source / playcall.h < prev    next >
Text File  |  1995-05-12  |  834b  |  36 lines

  1. #ifndef _PLAYCALL_H_INCLUDED
  2. /*
  3.  …ÕÕÕÕÕÕÕÕÕÕÕÕª
  4.  ∫ AUTOHEADER ∫
  5.  ÃÕÕÕÕÕÕÕÕÕÕÕÕ ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
  6.  ∫ Filename     PLAYCALL.H       ∫
  7.  «ƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒ∂
  8.  ∫ Creation     11/5/1995        ∫
  9.  ÃÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕπ
  10.  ∫                               ∫
  11.  ∫ Updated: Fri 12/5/1995 13:50  ∫
  12.  ∫                               ∫
  13.  ∫ Version: 1.016                ∫
  14.  ∫                               ∫
  15.  »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
  16. */
  17.  
  18. #include "playdam.h"
  19.  
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23.  
  24. // calls
  25. long int InitAnim    ( _PlayAnimBlock * ); 
  26. long int StartAnim( _PlayAnimBlock * ); // should not be called if InitAnim failed
  27. void         CloseAnim( _PlayAnimBlock * ); // should always be called even if it fails
  28.  
  29. #define _PLAYCALL_H_INCLUDED
  30. #ifdef __cplusplus
  31. };
  32. #endif
  33. #endif
  34.  
  35.  
  36.